From fba1695d8762357a7e7d925c1ba598f835d9095d Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 5 Oct 2015 10:28:19 +0000 Subject: [PATCH] lantiq: Add target TP-Link TD-W8980 The device is similar to the TD-W8970, beside a different Atheros 2.4 GHz wireless chip and the additional, PCI connected, WAVE300 5 GHz wireless. Signed-off-by: Mathias Kresin SVN-Revision: 47130 --- src/mktplinkfw2.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/mktplinkfw2.c b/src/mktplinkfw2.c index 34c4b14..25915e6 100644 --- a/src/mktplinkfw2.c +++ b/src/mktplinkfw2.c @@ -160,6 +160,11 @@ static struct board_info boards[] = { .hw_id = 0x89700001, .hw_rev = 1, .layout_id = "8Mltq", + }, { + .id = "TD-W8980v1", + .hw_id = 0x89800001, + .hw_rev = 14, + .layout_id = "8Mltq", }, { .id = "ArcherC20i", .hw_id = 0xc2000001, -- 2.30.2